home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMNNTPHEADERS / TFRMNNTPHEADERS.txt
Text File  |  2003-07-29  |  2KB  |  97 lines

  1. object FrmNNTPHeaders: TFrmNNTPHeaders
  2.   Left = 294
  3.   Top = 116
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Download Article Headers'
  7.   ClientHeight = 199
  8.   ClientWidth = 315
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnKeyUp = FormKeyUp
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object Label1: TLabel
  23.     Left = 10
  24.     Top = 12
  25.     Width = 288
  26.     Height = 48
  27.     Caption = 
  28.       'There are many articles available for download'#13#10'in this newsgrou' +
  29.       'p. Please select how many of the'#13#10'latest article headers you wis' +
  30.       'h to retrieve.'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 18
  34.     Top = 76
  35.     Width = 93
  36.     Height = 16
  37.     Caption = 'Total available:'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 56
  41.     Top = 108
  42.     Width = 54
  43.     Height = 16
  44.     Caption = 'Retrieve:'
  45.   end
  46.   object LblTotal: TLabel
  47.     Left = 136
  48.     Top = 76
  49.     Width = 7
  50.     Height = 16
  51.     Caption = '0'
  52.   end
  53.   object BtnStart: TButton
  54.     Left = 89
  55.     Top = 158
  56.     Width = 100
  57.     Height = 30
  58.     Caption = '&OK'
  59.     Default = True
  60.     ModalResult = 1
  61.     TabOrder = 1
  62.   end
  63.   object BtnCancel: TButton
  64.     Left = 202
  65.     Top = 158
  66.     Width = 100
  67.     Height = 30
  68.     Cancel = True
  69.     Caption = '&Cancel'
  70.     ModalResult = 2
  71.     TabOrder = 2
  72.   end
  73.   object EditRetrieve: TElSpinEdit
  74.     Left = 134
  75.     Top = 104
  76.     Width = 88
  77.     Height = 24
  78.     Cursor = crIBeam
  79.     UseCustomScrollBars = True
  80.     NotifyUserChangeOnly = True
  81.     Value = 300
  82.     MaxValue = 100000
  83.     Increment = 10
  84.     LargeIncrement = 100
  85.     TopMargin = 2
  86.     RightMargin = 1
  87.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  88.     BorderStyle = bsSingle
  89.     Ctl3D = True
  90.     LineBorderActiveColor = clBlack
  91.     LineBorderInactiveColor = clBlack
  92.     ParentColor = False
  93.     ParentCtl3D = False
  94.     TabOrder = 0
  95.   end
  96. end
  97.